home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / PROBLEMS / BENCHMARK / BOGO / CHANGES < prev    next >
Text File  |  1994-06-04  |  702b  |  22 lines

  1. Changes from 1.1 to 1.2:
  2. - now supports 3 versions:
  3.   - original ("classic") Linux bogomips program
  4.   - version for QNX C compiler
  5.   - machine indenpendant version (default)
  6. - the machine independent version should compile and run on any ANSI C
  7.   conforming system (tested on Sun-3 and Sun SPARC under SunOS 4.1)
  8. - additional changes thanks to Paul Healy
  9. - here are some additional results:
  10.  
  11.     Machine        BogoMIPs
  12.     -------        --------
  13.     Sun-3/80      4.00
  14.     Sun IPC         24.00
  15.     Sun SS10     34.00
  16.  
  17. Changes from 1.0 to 1.1:
  18. - added fflush() call after first printf() statement
  19. - fixed typo in README file
  20. - used compiler flags "-fomit-frame-pointer -N -s"; executable is much
  21.   smaller (thanks to Thomas G. McWilliams)
  22.